home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00852.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  184 b   |  13 lines

  1. on exitFrame
  2.   global r
  3.   puppetSprite(19, 1)
  4.   cursor(4)
  5.   if not soundBusy(1) then
  6.     puppetSound("intro.aif")
  7.   end if
  8.   set r to 1
  9.   setnavi()
  10.   movPrep()
  11.   go(marker(1) + 1)
  12. end
  13.